MacTeX can be downloaded from these official sources:
- Primary: MacTeX.pkg from tug.org
- Mirror: CTAN MacTeX distribution
System requirements:
- macOS 10.15 (Catalina) or later
MacTeX can be downloaded from these official sources:
System requirements:
A pattern for building personal knowledge bases using LLMs.
This is an idea file, it is designed to be copy pasted to your own LLM Agent (e.g. OpenAI Codex, Claude Code, OpenCode / Pi, or etc.). Its goal is to communicate the high level idea, but your agent will build out the specifics in collaboration with you.
Most people's experience with LLMs and documents looks like RAG: you upload a collection of files, the LLM retrieves relevant chunks at query time, and generates an answer. This works, but the LLM is rediscovering knowledge from scratch on every question. There's no accumulation. Ask a subtle question that requires synthesizing five documents, and the LLM has to find and piece together the relevant fragments every time. Nothing is built up. NotebookLM, ChatGPT file uploads, and most RAG systems work this way.
| # Part 0 - Updating system | |
| sudo pacman -Syyu | |
| # Part 1 - Installing software dependencies | |
| sudo pacman -S git gnome-keyring | |
| # Part 2 - Compile and Install MySQL Server | |
| # (This might take like ~4 hours since it's compiling the source) | |
| git clone https://aur.archlinux.org/mysql.git | |
| cd mysql |
| marmots = { | |
| 'Gray marmot': 'Siberia', | |
| 'Bobak marmot': 'eastern Europe to central Asia', | |
| 'Alaska marmot': 'Alaska', | |
| 'Black-capped marmot': 'eastern Siberia', | |
| 'Long-tailed marmot': 'central Asia', | |
| 'Himalayan marmot': 'the Himalayas', | |
| 'Forest-steppe marmot': 'south Russia', | |
| 'Alpine marmot': 'Europe (Alps, Carpathian Mountains, Tatra Mountains, northern Apennine Mountains, reintroduced in the Pyrenees)', | |
| 'Menzbiers marmot': 'central Asia', |
| <!DOCTYPE html> | |
| <html lang="en"> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
| <link rel="shortcut icon" href="https://www.google.com/images/branding/googleg/1x/googleg_standard_color_128dp.png"> | |
| <title>Google</title> | |
| <style> | |
| body { |